Skip to content

Commit

Permalink
New Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaffelson committed Feb 22, 2018
1 parent c095b89 commit 637c336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nipyapi/config.py
Expand Up @@ -27,7 +27,7 @@

# Task wait delays
# Set how fast to recheck for completion of a long running task in seconds
retry_delay = 1
retry_delay = 0.5
# Set the max amount of time we will wait for a task to complete in seconds
retry_max_wait = 3

Expand Down
6 changes: 3 additions & 3 deletions tests/test_canvas.py
Expand Up @@ -257,15 +257,15 @@ def test_update_variable_registry(fix_pg):


def test_get_connections():
# TODO: Implement test
# TODO: Waiting for create_connection to generate fixture
pass


def test_purge_connection():
# TODO: Implement test
# TODO: Waiting for create_connection to generate fixture
pass


def test_purge_process_group():
# TODO: Implement test
# TODO: Waiting for create_connection to generate fixture
pass

0 comments on commit 637c336

Please sign in to comment.