You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bddtests/java_shim.feature
+2-2
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ Scenario: java RangeExample chaincode single peer
126
126
||
127
127
||
128
128
Then I should have received a chaincode name
129
-
Then I wait up to "30" seconds for transaction to be committed to all peers
129
+
Then I wait up to "240" seconds for transaction to be committed to all peers
130
130
131
131
When requesting "/chain" from "vp0"
132
132
Then I should get a JSON response with "height" = "2"
@@ -178,7 +178,7 @@ Scenario: java RangeExample chaincode single peer
178
178
When requesting "/chain" from "vp0"
179
179
Then I should get a JSON response with "height" = "1"
180
180
# TODO Needs to be replaced with an official test repo in the future.
181
-
When I deploy lang chaincode "http://github.com/hyperledger/fabric-test-resources/javachaincode" of "JAVA" with ctor "init" to "vp0"
181
+
When I deploy lang chaincode "http://github.com/hyperledger/fabric-test-resources/javachaincodemvn" of "JAVA" with ctor "init" to "vp0"
0 commit comments