File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ test_expect_success 'rc1 bad path handled same as failure' '
3232'
3333
3434test_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= \
Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ test -n "$FLUX_TESTS_LOGFILE" && set -- "$@" --logfile
99
1010runpty=" flux ${SHARNESS_TEST_SRCDIR} /scripts/runpty.py"
1111
12+ # N.B. Increase test-exit-timeout from default of 20s, on slower / busy
13+ # systems timeout can trigger and kill broker.
1214test_expect_success ' start a persistent instance of size 4' '
1315 mkdir -p test1 &&
14- flux start --test-size=4 -o,-Sstatedir=$(pwd)/test1 /bin/true
16+ flux start --test-size=4 --test-exit-timeout=300s \
17+ -o,-Sstatedir=$(pwd)/test1 /bin/true
1518'
1619test_expect_success ' expected broker attributes are set in recovery mode' '
1720 cat >recov_attrs.exp <<-EOT &&
You can’t perform that action at this time.
0 commit comments