diff --git a/internal/integrationtest/daemon/daemon_concurrency_test.go b/internal/integrationtest/daemon/daemon_concurrency_test.go index acde5b97341..b7df90e3638 100644 --- a/internal/integrationtest/daemon/daemon_concurrency_test.go +++ b/internal/integrationtest/daemon/daemon_concurrency_test.go @@ -45,7 +45,7 @@ func TestArduinoCliDaemonCompileWithLotOfOutput(t *testing.T) { require.NoError(t, err) testCompile := func() { - ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second) defer cancel() compile, err := grpcInst.Compile(ctx, "arduino:avr:uno", sketchPath.String(), "all") require.NoError(t, err)