Skip to content

Commit 4cd14f3

Browse files
committed
Reduced timeout for symlink-loop tests
1 parent ac99550 commit 4cd14f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: internal/arduino/sketch/sketch_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ func TestNewSketchWithSymlinkLoop(t *testing.T) {
341341
return false
342342
}
343343
},
344-
20*time.Second,
344+
5*time.Second,
345345
10*time.Millisecond,
346346
"Infinite symlink loop while loading sketch",
347347
)
@@ -380,7 +380,7 @@ func TestSketchWithMultipleSymlinkLoops(t *testing.T) {
380380
return false
381381
}
382382
},
383-
20*time.Second,
383+
5*time.Second,
384384
10*time.Millisecond,
385385
"Infinite symlink loop while loading sketch",
386386
)

0 commit comments

Comments
 (0)