Skip to content

Commit

Permalink
testing: Increase client timeout
Browse files Browse the repository at this point in the history
To try to make Windows tests more stable.
  • Loading branch information
bep committed Mar 31, 2024
1 parent 474a323 commit bc8e886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func newTestClient(t testing.TB, codec codecs.Codec, env ...string) *execrpc.Cli
Dir: "./examples/servers/typed",
Args: []string{"run", "."},
Env: env,
Timeout: 30 * time.Second,
Timeout: 40 * time.Second,
},
Codec: codec,
},
Expand Down

0 comments on commit bc8e886

Please sign in to comment.