Index: /trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py	(revision 53758)
+++ /trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py	(revision 53759)
@@ -94,5 +94,9 @@
             self.addTask(oSession);
 
-            oRc = self.waitForTasks(15*60*1000);
+            cMsTimeout = 15*60*1000;
+            if not reporter.isLocal(): ## @todo need to figure a better way of handling timeouts on the testboxes ...
+                cMsTimeout = self.adjustTimeoutMs(180 * 60000);
+
+            oRc = self.waitForTasks(cMsTimeout);
             self.removeTask(oSession);
             if oRc == oSession:
