Browse Source

Reduce simgrid tests timeout in non-debug mode

Now that we don't pass --cfg=contexts/factory:thread in that case.
Samuel Thibault 4 years ago
parent
commit
e07290622e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/loader.c

+ 3 - 1
tests/loader.c

@@ -265,7 +265,9 @@ int main(int argc, char *argv[])
 	}
 
 #ifdef STARPU_SIMGRID
-	timeout *= 10;
+#ifdef STARPU_DEBUG
+	timeout *= 20;
+#endif
 #endif
 
 #ifdef STARPU_USE_MPI_MASTER_SLAVE