Skip to content

Commit

Permalink
Increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Nov 7, 2023
1 parent faec11e commit 35491e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/run_vms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ansys.mapdl.core import launch_mapdl
from ansys.mapdl.core.examples import vmfiles

mapdl = launch_mapdl()
mapdl = launch_mapdl(start_timeout=100)

vms = list(vmfiles.keys())

Expand All @@ -11,4 +11,5 @@
print(f"Running the vm {i}: {vm}")
output = mapdl.input(vmfiles[vm])
print(f"Running the vm {i}: Successfully completed")

mapdl.exit()

0 comments on commit 35491e1

Please sign in to comment.