Skip to content

Commit a87e5c7

Browse files
authored
Merge pull request #18 from jt-nti/16712-fix-build
Fix builds
2 parents 1374eef + df7b725 commit a87e5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric-chaincode-shim/src/test/java/org/hyperledger/fabric/shim/mock/peer/ChaincodeMockPeer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public static void checkScenarioStepEnded(final ChaincodeMockPeer s, final int s
190190
while (true) {
191191
if (s.getLastExecutedStep() == step) return;
192192
try {
193-
Thread.sleep(1);
193+
Thread.sleep(500);
194194
} catch (InterruptedException e) {
195195
}
196196
}

0 commit comments

Comments
 (0)