Skip to content

Commit 66b754f

Browse files
committed
UPD | update timeout
1 parent ccacd4e commit 66b754f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "./tools.hpp"
1313

1414
UTEST(timer, important_dep) {
15-
auto ctx = init_ctx(utest_result, 500);
15+
auto ctx = init_ctx(utest_result, 5000);
1616

1717
bool finished = false;
1818

0 commit comments

Comments
 (0)