Skip to content

Commit 781a056

Browse files
committed
testsuite: increase test timeout
Problem: Several tests in t2607-job-shell-input.t were prone to timeout failures on a large parallel run of the testsuite. Solution: Increase the timeout to 30 seconds.
1 parent c7dc71f commit 781a056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t2607-job-shell-input.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_expect_success NO_CHAIN_LINT 'flux-shell: attach twice, one with data' '
7373
'
7474

7575
test_expect_success 'flux-shell: multiple jobs, each want stdin' '
76-
flux mini submit --cc=1-4 -n1 -t 15 \
76+
flux mini submit --cc=1-4 -n1 -t 30 \
7777
${TEST_SUBPROCESS_DIR}/test_echo -O -n >pipe5.jobids &&
7878
test_debug "cat pipe5.jobids" &&
7979
i=1 &&
@@ -151,7 +151,7 @@ test_expect_success 'flux-shell: run 2-task input file as stdin job' '
151151
'
152152

153153
test_expect_success 'flux-shell: multiple jobs, each want stdin via file' '
154-
flux mini submit --cc=1-4 -n1 -t 15 --input=input_stdin_file \
154+
flux mini submit --cc=1-4 -n1 -t 30 --input=input_stdin_file \
155155
${TEST_SUBPROCESS_DIR}/test_echo -O -n >file2.jobids &&
156156
test_debug "cat file2.jobids" &&
157157
i=1 &&

0 commit comments

Comments
 (0)