File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ test_expect_success 'submit a job that starts the extra broker' '
7676 -Sbroker.boot-server=$(cat test2.uri)
7777'
7878test_expect_success ' overlay status shows extra rank connected' '
79- run_timeout 20 flux proxy $(cat test2.uri) \
79+ run_timeout 60 flux proxy $(cat test2.uri) \
8080 flux overlay status --wait=full --no-pretty >ov2b.out &&
8181 grep "2 extra0: full" ov2b.out
8282'
@@ -128,7 +128,7 @@ test_expect_success 'submit a job that starts extra brokers' '
128128 -Sbroker.boot-server=$(cat test3.uri)
129129'
130130test_expect_success ' overlay status shows extra ranks connected' '
131- run_timeout 20 flux proxy $(cat test3.uri) \
131+ run_timeout 60 flux proxy $(cat test3.uri) \
132132 flux overlay status --wait=full
133133'
134134test_expect_success ' run a 7 node job in the expanded instance' '
You can’t perform that action at this time.
0 commit comments