Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Venzi <[email protected]>
  • Loading branch information
samuelvenzi committed Dec 7, 2024
1 parent 5bfbd1d commit d40d095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaincode/tests/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func InitializeScenario(ctx *godog.ScenarioContext) {

func waitForNetwork(port string) error {
channel := make(chan error, 1)
t := time.NewTimer(3 * time.Minute)
t := time.NewTimer(6 * time.Minute)

defer t.Stop()

Expand Down

0 comments on commit d40d095

Please sign in to comment.