aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
Diffstat (limited to 'ulri')
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index 65711e1..9b7c870 100755
--- a/ulri
+++ b/ulri
@@ -652,7 +652,7 @@ foreach my $prefix (sort keys %pkg_tree) {
#
if (check_file_timeout($temp, 10)) {
plog('WARN', "Timeout waiting for building start. Waiting more 20s.");
- if ((check_file_timeout($temp, 20)) {
+ if (check_file_timeout($temp, 20)) {
plog('WARN', "Timeout! Abandoning the build.");
last;
}