Skip to content

Commit

Permalink
Merge pull request #615 from SylvainCorlay/attempt-longer-timeout
Browse files Browse the repository at this point in the history
Attempt longer timeout
  • Loading branch information
SylvainCorlay authored Mar 24, 2021
2 parents de5c752 + 1d4aaea commit b7db2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


STARTUP_TIMEOUT = 60
TIMEOUT = 15
TIMEOUT = 60

KM = None
KC = None
Expand Down

0 comments on commit b7db2f4

Please sign in to comment.