Skip to content

Commit 69363f4

Browse files
committed
increase test case timeout
1 parent bde5a92 commit 69363f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/foundation/core_application/tst_core_application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ TEST_CASE("Event handling")
188188
}
189189
}
190190

191-
TEST_CASE("Timer handling")
191+
TEST_CASE("Timer handling" * doctest::timeout(30))
192192
{
193193
SUBCASE("timer fires correctly")
194194
{

0 commit comments

Comments
 (0)