We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf18d6 commit f5a9b7cCopy full SHA for f5a9b7c
internal/integrationtest/daemon/daemon_concurrency_test.go
@@ -45,7 +45,7 @@ func TestArduinoCliDaemonCompileWithLotOfOutput(t *testing.T) {
45
require.NoError(t, err)
46
47
testCompile := func() {
48
- ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
+ ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second)
49
defer cancel()
50
compile, err := grpcInst.Compile(ctx, "arduino:avr:uno", sketchPath.String(), "all")
51
0 commit comments