Skip to content

Commit dbc7d77

Browse files
committed
fixup! testsuite: cover flub bootstrap
1 parent c0a5402 commit dbc7d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t0034-flub.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
'
7878
test_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
'
130130
test_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
'
134134
test_expect_success 'run a 7 node job in the expanded instance' '

0 commit comments

Comments
 (0)