Skip to content

Commit

Permalink
Increase default test timeout (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchw authored Dec 27, 2024
1 parent 51ef5ea commit 8224a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testcontext/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

type Config struct {
ClientTimeout time.Duration `envconfig:"TEST_CLIENT_TIMEOUT,default=10s"`
ReqTimeout time.Duration `envconfig:"TEST_REQUEST_TIMEOUT,default=180s"`
ReqTimeout time.Duration `envconfig:"TEST_REQUEST_TIMEOUT,default=300s"`
ReqDelay time.Duration `envconfig:"TEST_REQUEST_DELAY,default=5s"`
}

Expand Down

0 comments on commit 8224a15

Please sign in to comment.