Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Jan 25, 2022
1 parent feadef7 commit f8ba060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
const (
SourcePath = "/variable"
ContractsStateFile = "contracts-chaos-state.json"
NewRoundCheckTimeout = 1 * time.Minute
NewRoundCheckTimeout = 90 * time.Second
NewRoundCheckPollInterval = 1 * time.Second
SourceChangeInterval = 5 * time.Second
ChaosAwaitingApply = 1 * time.Minute
Expand Down

0 comments on commit f8ba060

Please sign in to comment.