We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c0a3e commit 7dda947Copy full SHA for 7dda947
batchspawner/tests/test_spawners.py
@@ -76,6 +76,7 @@ def new_spawner(db, spawner_class=BatchDummy, **kwargs):
76
spawner.mock_port = testport
77
return spawner
78
79
+@pytest.mark.slow
80
def test_stress_submit(db, io_loop):
81
for i in range(200):
82
time.sleep(0.01)
0 commit comments