소스 검색

Reduce long test time

Samuel Thibault 4 년 전
부모
커밋
de08e32a92
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      tests/datawizard/acquire_release_to.c

+ 1 - 3
tests/datawizard/acquire_release_to.c

@@ -23,10 +23,8 @@
 
 #ifdef STARPU_QUICK_CHECK
 static unsigned ntasks = 10;
-#elif !defined(STARPU_LONG_CHECK)
-static unsigned ntasks = 1000;
 #else
-static unsigned ntasks = 10000;
+static unsigned ntasks = 1000;
 #endif
 
 #ifdef STARPU_USE_CUDA