Closed
Bug 866323
Opened 12 years ago
Closed 12 years ago
Increase max test suite run time
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Assigned: evold)
References
Details
Attachments
(1 file)
We're starting to get a number of "Test run exceeded timeout (1800s)" test failures on Windows 7 debug builds, I suspect this is because our tests are taking longer than 30mins to run which is the maximum time we allow for the test suite to perform it's task.
I think we should increase this now to 45mins.
https://github.com/mozilla/addon-sdk/blob/master/python-lib/cuddlefish/runner.py#L33
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #742608 -
Flags: review?(dtownsend+bugmail)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → evold
Assignee | ||
Updated•12 years ago
|
Summary: Increase max tests run time → Increase max test suite run time
Comment 11•12 years ago
|
||
Comment on attachment 742608 [details]
Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/979
r+ but as we discussed let's look into just removing this timeout at some point.
Attachment #742608 -
Flags: review?(dtownsend+bugmail) → review+
Comment 12•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/8bc1d0ea5e510e406ab663a96977181a1bdd219c
Bug 866323: increase maximum test suite run time
https://github.com/mozilla/addon-sdk/commit/cefa69135e13498fc3d78d37bb495a70e0b266eb
Merge pull request #979 from erikvold/866323
Bug 866323: increase maximum test suite run time to 45mins r=@Mossop
Assignee | ||
Comment 13•12 years ago
|
||
(In reply to Dave Townsend (:Mossop) from comment #11)
> Comment on attachment 742608 [details]
> Pointer to Github pull request: https://github.com/mozilla/addon-sdk/pull/979
>
> r+ but as we discussed let's look into just removing this timeout at some
> point.
I was thinking that it may still be useful to have this when the suite is run on local machines or other scenarios that are not tinderbox.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Blocks: 869687
You need to log in
before you can comment on or make changes to this bug.
Description
•