Skip to content

Commit

Permalink
Merge pull request #31 from awslabs/spark-with-glue-table
Browse files Browse the repository at this point in the history
Bumping version to 0.0.4
  • Loading branch information
igorborgest authored Sep 21, 2019
2 parents 74dced2 + 524d8d9 commit 9cf0eff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awswrangler/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__title__ = "awswrangler"
__description__ = "Utility belt to handle data on AWS."
__version__ = "0.0.3"
__version__ = "0.0.4"
__license__ = "Apache License 2.0"
2 changes: 1 addition & 1 deletion testing/test_awswrangler/test_cloudwatchlogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def logstream(cloudformation_outputs, loggroup):
if token:
args["sequenceToken"] = token
client.put_log_events(**args)
sleep(120)
sleep(180)
yield logstream


Expand Down
2 changes: 1 addition & 1 deletion testing/test_awswrangler/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def logstream(cloudformation_outputs, loggroup):
if token:
args["sequenceToken"] = token
client.put_log_events(**args)
sleep(120)
sleep(180)
yield logstream


Expand Down

0 comments on commit 9cf0eff

Please sign in to comment.