Skip to content

Commit

Permalink
made one function and added a pause just to see if it is ot on dixk y…
Browse files Browse the repository at this point in the history
…et or wtf
  • Loading branch information
TerryMcGuinness-NOAA committed May 31, 2024
1 parent fc44f85 commit bb76df3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/tests/test_setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from wxflow import Executable
from shutil import rmtree
import time
import os

_here = os.path.dirname(__file__)
Expand All @@ -21,8 +22,9 @@ def test_setup_expt():
setup_expt_script()
assert (setup_expt_script.returncode == 0)

time.sleep(30)

def test_setup_xml():
#def test_setup_xml():

setup_xml_py = os.path.join(HOMEgfs, "workflow", "setup_xml.py")

Expand Down

0 comments on commit bb76df3

Please sign in to comment.