mirror of https://github.com/skygpu/skynet.git
Increase ipfs startup timeout & update lock (new dockerctl v)
parent
9eb46862ae
commit
f4804b61d9
|
@ -66,6 +66,7 @@ def ipfs_node(dockerctl):
|
|||
'8080/tcp': 18080,
|
||||
'4001/tcp': 14001,
|
||||
'5001/tcp': ('127.0.0.1', rpc_port)
|
||||
}
|
||||
},
|
||||
timeout=60
|
||||
) as cntr:
|
||||
yield cntr, AsyncIPFSHTTP(f'http://127.0.0.1:{rpc_port}')
|
||||
|
|
4
uv.lock
4
uv.lock
|
@ -1598,7 +1598,7 @@ wheels = [
|
|||
[[package]]
|
||||
name = "py-leap"
|
||||
version = "0.1a35"
|
||||
source = { git = "https://github.com/guilledk/py-leap.git?branch=struct_unwrap#9c60e0b63f4583bd958c4fa06c14757e758f4a2c" }
|
||||
source = { git = "https://github.com/guilledk/py-leap.git?branch=struct_unwrap#18b3c73e724922a060db5f8ea2b9d9727b6152cc" }
|
||||
dependencies = [
|
||||
{ name = "base58" },
|
||||
{ name = "cryptos" },
|
||||
|
@ -1703,7 +1703,7 @@ wheels = [
|
|||
[[package]]
|
||||
name = "pytest-dockerctl"
|
||||
version = "0.2a0"
|
||||
source = { git = "https://github.com/pikers/pytest-dockerctl.git?branch=g_update#d58e9317b55954f05f139730a62d55e1acb5f5d1" }
|
||||
source = { git = "https://github.com/pikers/pytest-dockerctl.git?branch=g_update#9b0f3296cd5e4a5e8a7ef280b1aafafc6cc22880" }
|
||||
dependencies = [
|
||||
{ name = "docker" },
|
||||
{ name = "pytest" },
|
||||
|
|
Loading…
Reference in New Issue