Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/fed-cert-test-timeout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Increased timeout on certificate update tests to 10s
2 changes: 1 addition & 1 deletion services/federator/test/unit/Test/Federator/Monitor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import Test.Tasty.HUnit
import Test.Tasty.QuickCheck

timeoutMicroseconds :: Int
timeoutMicroseconds = 1000000
timeoutMicroseconds = 10000000

tests :: TestTree
tests =
Expand Down