From 7cbfc7084ca04feeef076cfa24d808dc56ebfd6d Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 06 Oct 2008 21:58:28 +0000 Subject: Increase the timeout even more. --- (limited to 'bin/sugar-ui-check') diff --git a/bin/sugar-ui-check b/bin/sugar-ui-check index 2b0a14c..4d71796 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 = 60 + self.max_time = 120 def start(self): Check.start(self) -- cgit v0.9.1