Skip to content

Commit f5b4ba3

Browse files
committed
fixes issue #2346 -increase invoke timeout
Increased 5 sec's timeout in @issue_1000 behave scenario. Jenkins builds are failing after exceeding maximum timeout (60 secs) of a invoke transaction. Change-Id: I6d157126655270ab610de2f5bccfdefc0ed31b57 Signed-off-by: rameshthoomu <[email protected]>
1 parent 84431e3 commit f5b4ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bddtests/peer_basic.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Feature: Network of Peers
898898
|arg1|arg2|arg3|
899899
| a | b | 10 |
900900
Then I should have received a transactionID
901-
Then I wait up to "60" seconds for transaction to be committed to peers:
901+
Then I wait up to "65" seconds for transaction to be committed to peers:
902902
| vp0 | vp1 | vp2 |
903903
When I query chaincode "example2" function name "query" with value "a" on peers:
904904
| vp0 | vp1 | vp2 |

0 commit comments

Comments
 (0)