Skip to content

Commit

Permalink
Increase timeout of timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyanTanev committed May 8, 2024
1 parent 3e41eba commit e68cabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/testbeacon_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestBeaconTest(t *testing.T) {
OutputToml: "",
Quiet: false,
TestCases: nil,
Timeout: time.Nanosecond,
Timeout: 5 * time.Nanosecond,
},
Endpoints: []string{endpoint1, endpoint2},
},
Expand Down

0 comments on commit e68cabc

Please sign in to comment.