Further reduce drone wait time

master
garrettmills 4 years ago
parent 2218b1204c
commit 337f2f7d62
No known key found for this signature in database
GPG Key ID: 6ACD58D6ADACFC6E

@ -10,7 +10,7 @@ steps:
image: node:12
commands:
- yarn install
- sleep 60
- sleep 20
- yarn run test_units
- name: integration tests
image: node:12

Loading…
Cancel
Save