[Openmp-commits] [openmp] f94da67 - [OpenMP][NFC] libomp: reduced timeouts in the test from 50 to 2 sec.

via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 11 08:00:50 PDT 2021


Author: AndreyChurbanov
Date: 2021-08-11T17:58:52+03:00
New Revision: f94da67f4906e2e17e212e869b6692e5fc04b513

URL: https://github.com/llvm/llvm-project/commit/f94da67f4906e2e17e212e869b6692e5fc04b513
DIFF: https://github.com/llvm/llvm-project/commit/f94da67f4906e2e17e212e869b6692e5fc04b513.diff

LOG: [OpenMP][NFC] libomp: reduced timeouts in the test from 50 to 2 sec.

Added: 
    

Modified: 
    openmp/runtime/test/api/omp_get_wtime.c

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/api/omp_get_wtime.c b/openmp/runtime/test/api/omp_get_wtime.c
index b309440db0148..e2bb211e0ce46 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 = 5.0;
+  double wait_time = 0.2;
   start = 0;
   end = 0;
   start = omp_get_wtime();


        


More information about the Openmp-commits mailing list