Skip to content

Commit

Permalink
increase test case timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
itzurabhi committed Jun 18, 2024
1 parent bde5a92 commit 0340078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ TEST_CASE("Event handling")
}
}

TEST_CASE("Timer handling")
TEST_CASE("Timer handling" * doctest::timeout(120))
{
SUBCASE("timer fires correctly")
{
Expand Down

0 comments on commit 0340078

Please sign in to comment.