Skip to content

Commit

Permalink
adding timeout to pending-travis-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kolve committed Jun 20, 2021
1 parent 16d3007 commit 35d7922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ def pending_travis_build():
"Content-Type": "application/json",
"Travis-API-Version": "3",
},
timeout=10,
)
for b in res.json()["builds"]:
tag = None
Expand Down

0 comments on commit 35d7922

Please sign in to comment.