Skip to content

Commit

Permalink
fix test2
Browse files Browse the repository at this point in the history
  • Loading branch information
ConvallariaMaj committed Aug 7, 2024
1 parent 2206f37 commit f9af85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ func TestAdminEvents_MultiSmesher(t *testing.T) {

select {
case <-app.Started():
case <-time.After(10 * time.Second):
case <-time.After(15 * time.Second):
require.Fail(t, "app did not start in time")
}

Expand Down

0 comments on commit f9af85a

Please sign in to comment.