Commit 4c5cdab
committed
Merge rust-bitcoin/corepc#206: integration_test: Pause after node comes up
c188d911cd893d84fd03145c5c02f3c3d5928178 integration_test: Pause after node comes up (Tobin C. Harding)
Pull request description:
We are getting intermittent test failures stating that the node is not available. `node` already includes code that hits the RPC API after the node is up so this is a little surprising. However it doesn't hurt to try waiting a little still.
Just sleep for half a second after each node spins up and see if the intermittent failures go away.
ACKs for top commit:
jamillambert:
ACK c188d911cd893d84fd03145c5c02f3c3d5928178
Tree-SHA512: 65dc7d06703c4cf29922d21215b74bcb5491b67de2d45a4c0e5454a18b7a2cf52d8d82ff9c78f18caba0d9ba3eda2d201f772011d32d144e49a5f9c616965f6d1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
0 commit comments