Skip to content

Commit 9cf0eff

Browse files
authored
Merge pull request #31 from awslabs/spark-with-glue-table
Bumping version to 0.0.4
2 parents 74dced2 + 524d8d9 commit 9cf0eff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

awswrangler/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__title__ = "awswrangler"
22
__description__ = "Utility belt to handle data on AWS."
3-
__version__ = "0.0.3"
3+
__version__ = "0.0.4"
44
__license__ = "Apache License 2.0"

testing/test_awswrangler/test_cloudwatchlogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def logstream(cloudformation_outputs, loggroup):
6464
if token:
6565
args["sequenceToken"] = token
6666
client.put_log_events(**args)
67-
sleep(120)
67+
sleep(180)
6868
yield logstream
6969

7070

testing/test_awswrangler/test_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def logstream(cloudformation_outputs, loggroup):
9999
if token:
100100
args["sequenceToken"] = token
101101
client.put_log_events(**args)
102-
sleep(120)
102+
sleep(180)
103103
yield logstream
104104

105105

0 commit comments

Comments
 (0)