Skip to content

Commit

Permalink
Increased DM Ram Size for ITDE
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 21, 2024
1 parent c44d912 commit e086bb3
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,12 @@ def test_notebook(notebook_test_container_with_log, notebook_test_file, notebook
command_echo_virtual_env = 'bash -c "echo $VIRTUAL_ENV"'
virtual_env = exec_command(command_echo_virtual_env, container)
command_run_test = (
f"{virtual_env}/bin/python"
f" -m pytest --setup-show -s --backend={notebook_test_backend} --itde-nameserver='8.8.8.8' {notebook_test_file}"
f"{virtual_env}/bin/python "
f"-m pytest --setup-show -s "
f"--backend={notebook_test_backend} "
f"--itde-nameserver='8.8.8.8' "
f"--itde-db-mem-size '3 GiB' "
f"{notebook_test_file}"
)
environ = os.environ.copy()
environ["NBTEST_ACTIVE"] = "TRUE"
Expand Down

0 comments on commit e086bb3

Please sign in to comment.