Browse Source

use a higher heavy cost constant to avoid false negative tests results on loaded machines

Olivier Aumage 8 years ago
parent
commit
7a741eafa3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/sched_policies/simple_cpu_gpu_sched.c

+ 2 - 2
tests/sched_policies/simple_cpu_gpu_sched.c

@@ -57,7 +57,7 @@ cpu_task_gpu(struct starpu_task *task,
 	(void) arch;
 	(void) nimpl;
 
-	return 1000.0;
+	return 10000000.0;
 }
 
 static double
@@ -69,7 +69,7 @@ gpu_task_cpu(struct starpu_task *task,
 	(void) arch;
 	(void) nimpl;
 
-	return 1000.0;
+	return 10000000.0;
 }
 
 static double