[OpenMP][testing] increase threshold for omp_get_wtime test

This commit is contained in:
Peyton, Jonathan L 2021-10-01 11:06:58 -05:00
parent d4b59a05fc
commit 957b4c5750
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// This is the error % threshold. Be generous with the error threshold since
// this test may be run in parallel with many other tests it may throw off the
// sleep timing.
#define THRESHOLD 33.0
#define THRESHOLD 100.0
double test_omp_get_wtime(double desired_wait_time) {
double start;