aboutsummaryrefslogtreecommitdiff
path: root/test/base/platform/unix
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-09-03 22:26:07 +0800
committerYuqian Yang <crupest@crupest.life>2025-09-03 22:32:54 +0800
commit454dd39992b221d7394da4c99616d9eedeaee25a (patch)
treeeff06bcb778bf1c450c4fcb389a51494c6fc0b11 /test/base/platform/unix
parentb1c27caa63dcc96ca19a2af3321f57196c2a2ff0 (diff)
downloadcru-454dd39992b221d7394da4c99616d9eedeaee25a.tar.gz
cru-454dd39992b221d7394da4c99616d9eedeaee25a.tar.bz2
cru-454dd39992b221d7394da4c99616d9eedeaee25a.zip
Improve for CI.
Diffstat (limited to 'test/base/platform/unix')
-rw-r--r--test/base/platform/unix/TimerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/platform/unix/TimerTest.cpp b/test/base/platform/unix/TimerTest.cpp
index 261cc6b2..dc3cc1ba 100644
--- a/test/base/platform/unix/TimerTest.cpp
+++ b/test/base/platform/unix/TimerTest.cpp
@@ -9,7 +9,7 @@ TEST_CASE("UnixTimerFile Work", "[unix][time]") {
using namespace cru;
using namespace cru::platform::unix;
- auto test_miliseconds = 100;
+ auto test_miliseconds = 300;
auto test_duration = std::chrono::milliseconds(test_miliseconds);
auto start = std::chrono::steady_clock::now();
REQUIRE((std::chrono::steady_clock::now() - start) < test_duration);