Skip to content

Commit

Permalink
cmd: increase timeout of timeout test (#3079)
Browse files Browse the repository at this point in the history
Sometimes timeout is so little that the test doesn't even reach the second instance, as observed in the pipeline [here](https://github.com/ObolNetwork/charon/actions/runs/9002400755/job/24730617672?pr=3078).

category: bug
ticket: none
  • Loading branch information
KaloyanTanev authored May 8, 2024
1 parent fa71cd7 commit 8e2e64a
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: 100 * time.Nanosecond,
},
Endpoints: []string{endpoint1, endpoint2},
},
Expand Down

0 comments on commit 8e2e64a

Please sign in to comment.