Skip to content

Commit

Permalink
ci: bump allowed time for fast test
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed May 22, 2024
1 parent 11eae3d commit fe74b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/basic.zig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export fn @"test"() i32 {
xtp_test.assertLt("it should be fast", sec, 0.5);

const ns = xtp_test.timeNs("count_vowels", "this is a test");
xtp_test.assertLt("it should be really fast", ns, 1e5);
xtp_test.assertLt("it should be really fast", ns, 2e6);
simple_group.close();

return 0;
Expand Down

0 comments on commit fe74b0c

Please sign in to comment.