Skip to content

Commit

Permalink
fix(daemon): attempt to fix idle timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Dec 6, 2024
1 parent 06bc8cf commit ace7718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestIdleTimeout(t *testing.T) {
if err != nil {
t.Fatal(err)
}
time.Sleep(time.Second)
time.Sleep(time.Second * 3)
_, err = readPktline(c)
if err == nil {
t.Errorf("expected error, got nil")
Expand Down

0 comments on commit ace7718

Please sign in to comment.