mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-15 19:29:24 -04:00
Wait a little more for node bootstrap in network stress test
This commit is contained in:
parent
976d9cb333
commit
1a5960124c
1 changed files with 2 additions and 2 deletions
|
@ -218,12 +218,12 @@ public class NetworkStressTest {
|
|||
|
||||
// Wait for peers to get their preliminary data.
|
||||
assertLatch("timed out while waiting for preliminary data",
|
||||
prelimDataLatch, 2 * nPeers, TimeUnit.SECONDS);
|
||||
prelimDataLatch, 5 * nPeers, TimeUnit.SECONDS);
|
||||
print("preliminary data received");
|
||||
|
||||
// Wait for peers to complete their bootstrapping.
|
||||
assertLatch("timed out while waiting for bootstrap",
|
||||
bootstrapLatch, 2 * nPeers, TimeUnit.SECONDS);
|
||||
bootstrapLatch, 5 * nPeers, TimeUnit.SECONDS);
|
||||
print("bootstrap complete");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue