From 2c94026f7f36ec7da94279a94ecf1f555f3994c6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 8 Oct 2016 16:57:44 +0200 Subject: Parallelize remaining API tests Signed-off-by: Florian Pritz --- application/test/tests/api_v2/test_history.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/test/tests/api_v2/test_history.php') diff --git a/application/test/tests/api_v2/test_history.php b/application/test/tests/api_v2/test_history.php index abc6f1d65..988807c77 100644 --- a/application/test/tests/api_v2/test_history.php +++ b/application/test/tests/api_v2/test_history.php @@ -1,6 +1,6 @@ + * Copyright 2016 Florian "Bluewind" Pritz * * Licensed under AGPLv3 * (see COPYING for full license text) @@ -14,7 +14,7 @@ class test_history extends common { public function __construct() { parent::__construct(); - $this->startServer(23116); + $this->startServer(23201); $this->userCounter = 1100; } -- cgit v1.2.3-24-g4f1b