This is an archive of the discontinued LLVM Phabricator instance.

Increase timeout value for lldb test step to 1800 seconds
ClosedPublic

Authored by chying on Jun 1 2015, 12:41 PM.

Details

Summary

-Since dosep doesn't produce intermediate logs any more, and test on android aarch64 takes more than 1200 seconds, test process will be killed before test finished, increase timeout to 1800 seconds

Diff Detail

Repository
rL LLVM

Event Timeline

chying updated this revision to Diff 26918.Jun 1 2015, 12:41 PM
chying retitled this revision from to Increase timeout value for lldb test step to 1800 seconds.
chying updated this object.
chying edited the test plan for this revision. (Show Details)
chying added a reviewer: sivachandra.
chying added a subscriber: Unknown Object (MLST).
sivachandra accepted this revision.Jun 1 2015, 12:46 PM
sivachandra edited edge metadata.

LGTM with a nit.

zorg/buildbot/builders/LLDBBuilder.py
317 ↗(On Diff #26918)

nit:
s/1800/30 * 60 # seconds

This revision is now accepted and ready to land.Jun 1 2015, 12:46 PM
This revision was automatically updated to reflect the committed changes.