Skip to content

Commit cd8da4f

Browse files
authored
Fix test hanging on waiting for DynamoDB (#112)
1 parent 4dbb13f commit cd8da4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_script:
2929

3030
# waiting for the DynamoDB mock
3131
- |
32-
while [[ $(curl -so /dev/null -w '%{response_code}' localhost:4569) != '502' ]]
32+
while [[ $(curl -so /dev/null -w '%{response_code}' localhost:4569) != '400' ]]
3333
do
3434
echo 'waiting 1 sec for DynamoDB...'
3535
sleep 1

0 commit comments

Comments
 (0)