Skip to content

Commit

Permalink
fixes issue #2346 -increase invoke timeout
Browse files Browse the repository at this point in the history
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 <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Aug 1, 2016
1 parent 84431e3 commit f5b4ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bddtests/peer_basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ Feature: Network of Peers
|arg1|arg2|arg3|
| a | b | 10 |
Then I should have received a transactionID
Then I wait up to "60" seconds for transaction to be committed to peers:
Then I wait up to "65" seconds for transaction to be committed to peers:
| vp0 | vp1 | vp2 |
When I query chaincode "example2" function name "query" with value "a" on peers:
| vp0 | vp1 | vp2 |
Expand Down

0 comments on commit f5b4ba3

Please sign in to comment.