Skip to content

Commit b9c6523

Browse files
committed
testsuite: increase timeout in runlevel test
Problem: The t0014-runlevel.t test sometimes fails due to hitting the 15s test timeout. Extend the timeout to 60s to make the test more reliable on slow systems.
1 parent 49c59b5 commit b9c6523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0014-runlevel.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test_expect_success 'rc1 bad path handled same as failure' '
3232
'
3333

3434
test_expect_success 'default initial program is $SHELL' '
35-
run_timeout --env=SHELL=/bin/sh 15 \
35+
run_timeout --env=SHELL=/bin/sh 60 \
3636
flux $SHARNESS_TEST_SRCDIR/scripts/runpty.py -i none \
3737
flux start -o,-Slog-stderr-level=6 \
3838
-o,-Sbroker.rc1_path=,-Sbroker.rc3_path= \

0 commit comments

Comments
 (0)