Skip to content

Commit

Permalink
ugh i had it it commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
stress-tess committed Oct 16, 2024
1 parent 6a940a2 commit 889330e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def startup_teardown():
def manage_connection():
import arkouda as ak

# import time
# time.sleep(3)
import time
time.sleep(3)
try:
ak.connect(server=pytest.server, port=pytest.port, timeout=pytest.timeout)
pytest.max_rank = get_max_array_rank()
Expand Down

0 comments on commit 889330e

Please sign in to comment.