summaryrefslogtreecommitdiff
path: root/testcase
diff options
context:
space:
mode:
Diffstat (limited to 'testcase')
-rw-r--r--testcase/helloworld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcase/helloworld.c b/testcase/helloworld.c
index ae75db5..50eaea6 100644
--- a/testcase/helloworld.c
+++ b/testcase/helloworld.c
@@ -22,7 +22,7 @@ int main()
.ptr = &temps[i],
.name = "temp",
.length_byte = sizeof(int),
- .threshold = 150 + i,
+ .threshold = 110 + i,
.unsigned_flag = 0,
.greater_flag = 1,
.time_ns = 2000 + (i / 33) * 5000, // on hyper-v, 1us will block all system. 2us just fine, maybe 1us is too short for hyper-v
@@ -48,4 +48,4 @@ int main()
cancel_watch();
return 0;
-} \ No newline at end of file
+}