Skip to content

Commit

Permalink
increase chain test timeout for integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Oct 19, 2023
1 parent d2eabb5 commit 25c93f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ServeTimeout = time.Minute * 15

const (
defaultConfigFileName = "config.yml"
defaultTestTimeout = 20 * time.Minute // Go's default is 10m
defaultTestTimeout = 30 * time.Minute // Go's default is 10m
)

// Hosts contains the "hostname:port" addresses for different service hosts.
Expand Down

0 comments on commit 25c93f5

Please sign in to comment.