File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
graphdatascience/tests/integrationV2/procedure_surface Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,14 @@ def start_session(
7474 .with_env ("ALLOW_LIST" , "DEFAULT" )
7575 .with_env ("DNS_NAME" , "gds-session" )
7676 .with_env ("PAGE_CACHE_SIZE" , "100M" )
77+ .with_env ("MODEL_STORAGE_BASE_LOCATION" , "/models" )
7778 .with_exposed_ports (8491 )
7879 .with_volume_mapping (password_dir , "/passwords" )
7980 )
8081 if not inside_ci ():
8182 session_container = session_container .with_network (network ).with_network_aliases ("gds-session" )
8283 with session_container as session_container :
83- wait_for_logs (session_container , "Running GDS tasks: 0" )
84+ wait_for_logs (session_container , "Running GDS tasks: 0" , timeout = 20 )
8485 yield GdsSessionConnectionInfo (
8586 host = session_container .get_container_host_ip (),
8687 arrow_port = session_container .get_exposed_port (8491 ),
You can’t perform that action at this time.
0 commit comments