Ubuntu Pastebin

Paste from Marco Trevisan (3v1n0) at Wed, 12 Apr 2017 09:10:32 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- /home/marco/Dev/unity/trunk/tests/test_thumbnail_generator.cpp
+++ /home/marco/Dev/unity/trunk/tests/test_thumbnail_generator.cpp (Unsaved)
@@ -149,7 +149,7 @@
     results[i].cancelled = true;
   }
 
-  CheckResults(results, 15000);
+  CheckResults(results, 30000);
 }
 
 
@@ -206,8 +206,8 @@
     results[i].cancelled = true;
   }
 
-  CheckResults(results);
-}
-
-
-}
+  CheckResults(results, 3000);
+}
+
+
+}
Download as text