summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/api/omp_get_wtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/test/api/omp_get_wtime.c')
-rw-r--r--openmp/runtime/test/api/omp_get_wtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/api/omp_get_wtime.c b/openmp/runtime/test/api/omp_get_wtime.c
index c93c2a5b4b3..d91312b2f77 100644
--- a/openmp/runtime/test/api/omp_get_wtime.c
+++ b/openmp/runtime/test/api/omp_get_wtime.c
@@ -9,7 +9,7 @@ int test_omp_get_wtime()
double start;
double end;
double measured_time;
- double wait_time = 0.25;
+ double wait_time = 1.0;
start = 0;
end = 0;
start = omp_get_wtime();
OpenPOWER on IntegriCloud