Skip to content

Commit 7ba7b17

Browse files
authored
Add default timeout (#315)
1 parent 4f83d70 commit 7ba7b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
logging.getLogger('botocore').setLevel(logging.INFO)
2020

2121
RESOURCE_PATH = os.path.join(os.path.dirname(__file__), '..', 'resources')
22+
DEFAULT_TIMEOUT = 120
2223

2324
# these regions have some p2 and p3 instances, but not enough for automated testing
2425
NO_P2_REGIONS = [

0 commit comments

Comments
 (0)