#
#  PRE: retry-module test
#

#
#  Run the "test" module, using its native retry functionality
#

test.retry {
	retry {
		initial_rtx_time = 1
		max_rtx_duration = 3
		max_rtx_count = 2
		max_rtx_duration = 5
	}
}

success
