Skip to content

Commit

Permalink
Wait longer for autopeering in Test_ManagementAPI_Peers
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed May 11, 2024
1 parent 43f22ef commit 3f049a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/docker-network/tests/api_management_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ func Test_ManagementAPI_Peers(t *testing.T) {

d.WaitUntilNetworkReady()

// wait longer for autopeering
d.AwaitCommitment(d.DefaultWallet().CurrentSlot())

// get the management client
managementClient, err := d.Client("V1").Management(getContextWithTimeout(5 * time.Second))
require.NoError(t, err)
Expand Down

0 comments on commit 3f049a4

Please sign in to comment.