We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac99550 commit 4cd14f3Copy full SHA for 4cd14f3
internal/arduino/sketch/sketch_test.go
@@ -341,7 +341,7 @@ func TestNewSketchWithSymlinkLoop(t *testing.T) {
341
return false
342
}
343
},
344
- 20*time.Second,
+ 5*time.Second,
345
10*time.Millisecond,
346
"Infinite symlink loop while loading sketch",
347
)
@@ -380,7 +380,7 @@ func TestSketchWithMultipleSymlinkLoops(t *testing.T) {
380
381
382
383
384
385
386
0 commit comments