If a timeout occures, it is typically 30 ~ 60 sec. Current timed is set for 30 second limit. It would be good to profile/inspect the code and possibly increase the value if necessary.
Sample output from Jenkins test:
______________________ TestBuild.test_submit_build_resume ______________________ arg = (<tests.test_build.test_build.TestBuild testMethod=test_submit_build_resume>,) kw = {}, start = 1495532225.280647, result = None, end = 1495532259.306335 def newfunc(*arg, **kw): start = time.time() result = func(*arg, **kw) end = time.time() if end - start > limit: > raise TimeExpired("Time limit (%s) exceeded" % limit) E TimeExpired: Time limit (30) exceeded .tox/py27/lib/python2.7/site-packages/nose/tools/nontrivial.py:100: TimeExpired ----------------------------- Captured stdout call ----------------------------- <ComponentBuild perl-List-Compare, 1, state: None, task_id: None, batch: 2, state_reason: None> <ComponentBuild perl-Tangerine, 1, state: None, task_id: None, batch: 2, state_reason: None> <ComponentBuild tangerine, 1, state: None, task_id: None, batch: 3, state_reason: None> Starting building artifact module-build-macros: /tmp/module_build_service-build-macrosjzulrc/SRPMS/module-build-macros-0.1-1.module_fc4ed5f7.src.rpm Starting building artifact tangerine: git://pkgs.fedoraproject.org/rpms/tangerine?#f23
Confirmed this is still an issue.
Metadata Update from @ralph: - Issue assigned to ralph
See #608.
Metadata Update from @ralph: - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/mbs/issues/568
Please continue any further discussion there.