Skip to content

Commit f5a9b7c

Browse files
authored
[skip-changelog] Relaxed test constraints (#2279)
I see an increase in trainsient CI failures for this test. Let's try to increase the timeout to see if solves the problem.
1 parent 4bf18d6 commit f5a9b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/integrationtest/daemon/daemon_concurrency_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestArduinoCliDaemonCompileWithLotOfOutput(t *testing.T) {
4545
require.NoError(t, err)
4646

4747
testCompile := func() {
48-
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
48+
ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second)
4949
defer cancel()
5050
compile, err := grpcInst.Compile(ctx, "arduino:avr:uno", sketchPath.String(), "all")
5151
require.NoError(t, err)

0 commit comments

Comments
 (0)