Skip to content

Commit 17ce365

Browse files
author
duke
committed
Backport f971ee5ea07e3e1c0efe447a416e7242f5e46a16
1 parent cb258e5 commit 17ce365

File tree

1 file changed

+1
-1
lines changed
  • test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static const jlong EXPECTED_TIMEOUT_ACCURACY_NS = 300000;
4242
#if (defined(WIN32) || defined(_WIN32))
4343
static const jlong EXPECTED_ACCURACY = 16; // 16ms is longest clock update interval
4444
#else
45-
static const jlong EXPECTED_ACCURACY = 10; // high frequency clock updates expected
45+
static const jlong EXPECTED_ACCURACY = 32; // high frequency clock updates expected
4646
#endif
4747

4848
/* scaffold objects */

0 commit comments

Comments
 (0)