Browse Source

simgrid MPI tests can be much longer

Samuel Thibault 5 years ago
parent
commit
34ce9dd33a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/loader.c

+ 3 - 0
tests/loader.c

@@ -242,6 +242,9 @@ int main(int argc, char *argv[])
 	}
 	if (timeout <= 0)
 		timeout = DEFAULT_TIMEOUT;
+#ifdef STARPU_SIMGRID
+	timeout *= 10;
+#endif
 
 #ifdef STARPU_USE_MPI_MASTER_SLAVE
 	/* compare values between the 2 values of timeout */