Skip to content

Commit e8ca556

Browse files
committed
Double timeout to execute mpi ring test
Leave enough time for the job to execute and terminate gracefully Signed-off-by: Luca Carrogu <[email protected]>
1 parent 76b44f2 commit e8ca556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/common/data/mpi/mpi_submit_openmpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e
33

44
rm -f /shared/mpi.out
55
module load openmpi
6-
mpirun --map-by ppr:1:node --timeout 10 "ring" >> /shared/mpi.out
6+
mpirun --map-by ppr:1:node --timeout 20 "ring" >> /shared/mpi.out

0 commit comments

Comments
 (0)