Commit 01e393b
committed
testsuite: fix occasional broker kill error
Problem: flux-start will kill all brokers after the first broker
exits. By default the timeout to kill all the other brokers
is 20s. A broker in a test in t3203-instance-recovery.t would
sometimes be killed due to a slow running rc3 cleanup. This would
lead to a invalid test error.
Solution: Increase the kill timeout to 300s with the--test-exit-timeout
option.
Fixes #52901 parent b9c6523 commit 01e393b
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments