Skip to content

Commit 37f62ee

Browse files
committed
Increase timeout for condor-ce start
1 parent b4be434 commit 37f62ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_190_condorce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_04_start_condorce(self):
108108
core.state['condor-ce.schedd-ready'] = True
109109
self.skip_ok('already running')
110110

111-
service.check_start('condor-ce')
111+
service.check_start('condor-ce', timeout=20)
112112

113113
stat = core.get_stat(core.config['condor-ce.collectorlog'])
114114
if condor.wait_for_daemon(core.config['condor-ce.collectorlog'], stat, 'Schedd', 300.0):

0 commit comments

Comments
 (0)