Bug 76910

Summary: [GTK] TestDownloads API test timing out on bots
Product: WebKit Reporter: Mario Sanchez Prada <mario>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, cgarcia, pnormand, svillar
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Mario Sanchez Prada 2012-01-24 06:47:36 PST
It's peculiar because it doesn't time out neither in the 64-bit release bot nor in our (Carlos, me) local machines, but it has been consistently timing out in the 32-bit release and 64-bit debug bots for some time already.

So, skipping it for now...
Comment 1 Philippe Normand 2012-03-07 06:32:31 PST
My innocent guess is that the Soup HTTP server takes some time to start on those bots and the test starts too early.

To fix this race the soup server should somehow emit a signal triggering the start of the tests using it. Any hints Sergio?