浏览代码

Reduce simgrid tests timeout in non-debug mode

Now that we don't pass --cfg=contexts/factory:thread in that case.
Samuel Thibault 4 年之前
父节点
当前提交
e07290622e
共有 1 个文件被更改,包括 3 次插入1 次删除
  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