diff --git a/automation-tests/run_saucelabs b/automation-tests/run_saucelabs
index 68e34ebd9976613f6f2d9af643def86920845bab..d140319beb8661acdbe801ff3ad3c8c03bb373f0 100755
--- a/automation-tests/run_saucelabs
+++ b/automation-tests/run_saucelabs
@@ -42,6 +42,7 @@ var globalPythonArgs = {
   "--saucelabs": sauceYAMLPath,
   "--webqatimeout": 90,
   "--destructive": null,
+  "-n": 5,
   "-q": null,
   '--capabilities': JSON.stringify({ "avoid-proxy":"true"})
 };