Skip to content

Commit

Permalink
Reduced timeout for symlink-loop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jan 12, 2024
1 parent ac99550 commit 4cd14f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/arduino/sketch/sketch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestNewSketchWithSymlinkLoop(t *testing.T) {
return false
}
},
20*time.Second,
5*time.Second,
10*time.Millisecond,
"Infinite symlink loop while loading sketch",
)
Expand Down Expand Up @@ -380,7 +380,7 @@ func TestSketchWithMultipleSymlinkLoops(t *testing.T) {
return false
}
},
20*time.Second,
5*time.Second,
10*time.Millisecond,
"Infinite symlink loop while loading sketch",
)
Expand Down

0 comments on commit 4cd14f3

Please sign in to comment.