summaryrefslogtreecommitdiffstats
path: root/application/test/tests/api_v2/test_history.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-10-08 16:57:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-11-05 19:44:15 +0100
commit2c94026f7f36ec7da94279a94ecf1f555f3994c6 (patch)
tree7feba2745d875db154b1837008526aa3c39c9353 /application/test/tests/api_v2/test_history.php
parent83f45f1fdf9cf89a0f3dac99221cc6e770e94dc0 (diff)
Parallelize remaining API tests
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/test/tests/api_v2/test_history.php')
-rw-r--r--application/test/tests/api_v2/test_history.php4
1 files changed, 2 insertions, 2 deletions
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 @@
<?php
/*
- * Copyright 2015 Florian "Bluewind" Pritz <bluewind@server-speed.net>
+ * Copyright 2016 Florian "Bluewind" Pritz <bluewind@server-speed.net>
*
* 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;
}