Skip to content

Commit

Permalink
Increased timeout for test_create
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Alba <sam.alba@gmail.com>
  • Loading branch information
samalba committed Dec 7, 2018
1 parent e191df4 commit 0d93669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_build() {
test_start() {
$CMD start --cwd $PROJECT_NAME > chainkit-start.log 2>&1 &
# Give some time for the chain to start
sleep 3
sleep 5
tail chainkit-start.log
curl -I -X GET --fail http://localhost:42001
}
Expand Down

0 comments on commit 0d93669

Please sign in to comment.