do we need to wait longer?

This commit is contained in:
Fran Bull 2025-02-21 13:07:41 -08:00
parent 0354836398
commit d944cd1778

View File

@ -143,7 +143,7 @@ func waitForNodesToBeTaggedInStatus(t *testing.T, ctx context.Context, ts *tsnet
}
}
return true
}, 10, 2*time.Second)
}, 20, 2*time.Second)
}
func tagNodes(t *testing.T, control *testcontrol.Server, nodeKeys []key.NodePublic, tag string) {