From d33954b503175c53827cf32eec74851a7c85bb7b Mon Sep 17 00:00:00 2001 From: roos Date: Wed, 2 Oct 2019 16:03:03 +0200 Subject: [PATCH] acceptance: Increase reconnect wait time The test implicitly checks that the link between as 1-ff00:0:112 and 1-ff00:0:110 is not broken. It BS does not reconnect withing 3 seconds, the link is revoked. Increase the sleep to 15 seconds to ensure the revocation has passed. --- acceptance/reconnecting_acceptance/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/reconnecting_acceptance/test b/acceptance/reconnecting_acceptance/test index 326e2bf547..2e442c1a77 100755 --- a/acceptance/reconnecting_acceptance/test +++ b/acceptance/reconnecting_acceptance/test @@ -23,7 +23,7 @@ test_run() { ./tools/dc stop scion_disp_1-ff00_0_112 scion_disp_1-ff00_0_110 ./tools/dc start scion_disp_1-ff00_0_112 scion_disp_1-ff00_0_110 sqlite3 gen-cache/sd1-ff00_0_112.path.db "delete from NextQuery;" - sleep 5 + sleep 15 bin/end2end_integration -src 1-ff00:0:112 -dst 1-ff00:0:110 -attempts 5 -d }