Commit c188d91
committed
integration_test: Pause after node comes up
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.1 parent e6f1f97 commit c188d91
1 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