From 1ad7e28bad2a7ae1c87096fe51250aec28a92166 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 06 Oct 2008 21:01:14 +0000 Subject: Try to increase the timeout, I'm getting weird failured in abiword on the buildbot. --- (limited to 'bin') diff --git a/bin/sugar-ui-check b/bin/sugar-ui-check index 482c952..2b0a14c 100644 --- a/bin/sugar-ui-check +++ b/bin/sugar-ui-check @@ -87,7 +87,7 @@ class ActivityCheck(Check): Check.__init__(self) self.name = bundle_id - self.max_time = 30 + self.max_time = 60 def start(self): Check.start(self) -- cgit v0.9.1