Skip to content

Commit

Permalink
Change test_slow_to_start timeout to 60 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Oct 22, 2012
1 parent 729d502 commit 00d40e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ion/agents/cei/test/test_eeagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def test_slow_to_start(self):
self.eea_client.launch_process(upid, round, run_type, parameters)

for upid in upids:
self.wait_for_state(upid, [500, 'RUNNING'])
self.wait_for_state(upid, [500, 'RUNNING'], timeout=60)

@needs_eeagent
def test_start_cancel(self):
Expand Down

0 comments on commit 00d40e2

Please sign in to comment.