Skip to content

Commit 4292227

Browse files
Increase the loops we perform each test scenario to 10. (#2741)
1 parent 64db274 commit 4292227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/apollo/test_skvbc_restart_recovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
viewChangeTimeoutSec = 5
2828

29-
loops = 1
29+
loops = 10
3030
timeouts = 60 # variable is added to vurnable timeouts in case vm is slow.
3131

3232
def start_replica_cmd(builddir, replica_id):

0 commit comments

Comments
 (0)