Bug 202758

Summary: Provide an alternate command line flag for timeout in run-webkit-tests
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, glenn, jbedard, koivisto, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Dean Jackson 2019-10-09 11:30:35 PDT
Provide an alternate command line flag for timeout in run-webkit-tests
Comment 1 Dean Jackson 2019-10-09 11:34:11 PDT
Created attachment 380546 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2019-10-09 11:34:27 PDT
<rdar://problem/56124032>
Comment 3 Dean Jackson 2019-10-09 11:41:16 PDT
Committed r250919: <https://trac.webkit.org/changeset/250919>
Comment 4 Antti Koivisto 2019-12-13 06:36:41 PST
I think this broke '--no-timeout'. At least something did. :(
Comment 5 Jonathan Bedard 2019-12-13 07:20:39 PST
(In reply to Antti Koivisto from comment #4)
> I think this broke '--no-timeout'. At least something did. :(

Seems pretty unlikely that this change would break --no-timeout....what's the behavior you're seeing?
Comment 6 Antti Koivisto 2019-12-13 09:25:04 PST
Tests time out with --no-timeout set.
Comment 7 Antti Koivisto 2019-12-13 09:25:34 PST
--timeout 1000000000000

works.