From d93b1e08d4f7d4e0066fd7da2d91c2a718dd9dd7 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 1 Jul 2024 21:07:26 +0000 Subject: [PATCH] fu --- integration_tests/mpi_sync_daemon.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/mpi_sync_daemon.bats b/integration_tests/mpi_sync_daemon.bats index 11471545..5759c30c 100644 --- a/integration_tests/mpi_sync_daemon.bats +++ b/integration_tests/mpi_sync_daemon.bats @@ -9,5 +9,5 @@ setup_file() { @test "sync_daemon_${THAPI_SYNC_DAEMON}" { export THAPI_JOBID=0 - timeout 20s -- $MPIRUN -n 2 ./integration_tests/sync_daemon_test/test.sh + timeout 20s $MPIRUN -n 2 ./integration_tests/sync_daemon_test/test.sh }