We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b112c4 commit db92bd5Copy full SHA for db92bd5
internal/integrationtest/compile_5/recusive_include_test.go
@@ -37,7 +37,7 @@ func TestCompileWithInfiniteMultipleIncludeRecursion(t *testing.T) {
37
require.NoError(t, err)
38
39
// Time-limited test to prevent OOM
40
- ctx, cancel := context.WithTimeout(t.Context(), 10*time.Second)
+ ctx, cancel := context.WithTimeout(t.Context(), 30*time.Second)
41
t.Cleanup(cancel)
42
_, _, _ = cli.RunWithContext(ctx, "compile", "-b", "arduino:avr:uno", sketch.String())
43
require.NotErrorIs(t, ctx.Err(), context.DeadlineExceeded, "compilation should not hang")
0 commit comments