Set minimal default timeout to 800. Aligned with LAVA/FastModels.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/lava-submit.py b/lava-submit.py
index e86ef46..09d1641 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -8,25 +8,25 @@
 
 tests_timeout = {
     'bluetooth-enablement': 7200,
-    'bootchart': 300,
-    'busybox': 300,
-    'device-tree': 300,
+    'bootchart': 800,
+    'busybox': 800,
+    'device-tree': 800,
     'e2eaudiotest': 7200,
-    'ethernet': 600,
+    'ethernet': 800,
     'gatortests': 1200,
-    'kernel-version': 300,
+    'kernel-version': 800,
     'leb-basic-graphics': 7200,
     'ltp': 7200,
-    'mysql': 300,
+    'mysql': 800,
     'network-tests-basic': 1200,
-    'perf': 300,
-    'phpinfo': 300,
-    'phpmysql': 300,
-    'pwrmgmt': 600,
-    'sdkhelloc': 300,
-    'sdkhellocxx': 300,
+    'perf': 800,
+    'phpinfo': 800,
+    'phpmysql': 800,
+    'pwrmgmt': 800,
+    'sdkhelloc': 800,
+    'sdkhellocxx': 800,
     'smoke-tests-basic': 1200,
-    'toolchain': 300,
+    'toolchain': 800,
     'wifi-enablement': 7200,
 }