Skip to content

Commit

Permalink
Test with increase timeout for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie committed Mar 29, 2024
1 parent 831ebf5 commit a87cacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/persistence/persistence-tests/executionManagerTest.go
Expand Up @@ -54,8 +54,8 @@ type (
)

var (
testContextTimeout = 5 * time.Second
largeTestContextTimeout = 10 * time.Second
testContextTimeout = 15 * time.Second
largeTestContextTimeout = 30 * time.Second

testWorkflowChecksum = checksum.Checksum{
Version: 22,
Expand Down

0 comments on commit a87cacf

Please sign in to comment.