Skip to content

Commit 7e3c814

Browse files
committed
adjusted timemouts for ci
1 parent 0fbb1a6 commit 7e3c814

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

scripts/dockertest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo "SITL process detected"
3535

3636
echo "SITL ready"
3737

38-
sleep 10
38+
sleep 30
3939

4040
cd /workspace
4141
# Run tests

tests/test_arm_disarm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ def drone():
1313
"""
1414
nav = Navigator(ip=CONN_STR)
1515

16-
# Give SITL time to be ready
17-
time.sleep(15)
18-
1916
yield nav
2017

2118

0 commit comments

Comments
 (0)