summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-08-23 18:23:31 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2016-08-23 18:23:31 -0300
commitc99302f6fd2725bdfc71e49319c1c8c145a151ab (patch)
treec4f20e64060e4c01bdb91c436f6390b6086948d0
parenta9b65a86dacdd210a390cea4441cb644fbf8725d (diff)
Changed the concurrent login script to start at the user loadtest1
-rw-r--r--service/test/reactor/concurrent_logins.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/reactor/concurrent_logins.rb b/service/test/reactor/concurrent_logins.rb
index e1cd4770..a10d0394 100644
--- a/service/test/reactor/concurrent_logins.rb
+++ b/service/test/reactor/concurrent_logins.rb
@@ -24,7 +24,7 @@ end
ts = (1...(1+COUNT)).map do |ix|
t = Thread.new do
- `#{curl_command(ix+19)}`
+ `#{curl_command(ix)}`
end
sleep 1
t