Upgrade to bun 1.0.13 (#2202)
This commit is contained in:
parent
6522afed42
commit
c5c2ca2b7b
@ -35,7 +35,7 @@ class Bun(SimpleNamespace):
|
|||||||
"""Bun constants."""
|
"""Bun constants."""
|
||||||
|
|
||||||
# The Bun version.
|
# The Bun version.
|
||||||
VERSION = "1.0.4"
|
VERSION = "1.0.13"
|
||||||
# Min Bun Version
|
# Min Bun Version
|
||||||
MIN_VERSION = "0.7.0"
|
MIN_VERSION = "0.7.0"
|
||||||
# The directory to store the bun.
|
# The directory to store the bun.
|
||||||
|
@ -55,7 +55,8 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
has_selenium = False
|
has_selenium = False
|
||||||
|
|
||||||
DEFAULT_TIMEOUT = 10
|
# The timeout (minutes) to check for the port.
|
||||||
|
DEFAULT_TIMEOUT = 15
|
||||||
POLL_INTERVAL = 0.25
|
POLL_INTERVAL = 0.25
|
||||||
FRONTEND_POPEN_ARGS = {}
|
FRONTEND_POPEN_ARGS = {}
|
||||||
T = TypeVar("T")
|
T = TypeVar("T")
|
||||||
|
Loading…
Reference in New Issue
Block a user