Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 21, 2020
1 parent 2398a50 commit 421770d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/connectors/EC2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ def cancel_spot_requests(self, conn, vm):
self.log_info("Spot instance request " + str(sir.id) + " deleted")
break

def delete_networks(self, conn, vm, timeout=180):
def delete_networks(self, conn, vm, timeout=240):
"""
Delete the created networks
"""
Expand Down

0 comments on commit 421770d

Please sign in to comment.