Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
1265ddcc
Commit
1265ddcc
authored
Nov 07, 2024
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/seleniumserver: fix maxSession
`maxSession` is a selenium node option
parent
820caf5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
software/seleniumserver/buildout.hash.cfg
software/seleniumserver/buildout.hash.cfg
+1
-1
software/seleniumserver/instance-selenium.cfg.in
software/seleniumserver/instance-selenium.cfg.in
+1
-1
No files found.
software/seleniumserver/buildout.hash.cfg
View file @
1265ddcc
...
...
@@ -19,4 +19,4 @@ md5sum = 58f6d112c90a23ae39f07a96fa5c8f1c
[template-selenium]
filename = instance-selenium.cfg.in
md5sum =
906abd81b5e7f2cf7a72883f5da126fe
md5sum =
7d8bdc03f8feadc83d70f71df2ebb42d
software/seleniumserver/instance-selenium.cfg.in
View file @
1265ddcc
...
...
@@ -55,7 +55,6 @@ command-line =
-host $${:hostname}
-port $${:port}
-role hub
-maxSession {{ parameter_dict['slotQuantity'] }}
-newSessionWaitTimeout 600000
--debug
...
...
@@ -83,6 +82,7 @@ command-line =
-host $${:hostname}
-port $${:port}
-role node
-maxSession {{ parameter_dict['slotQuantity'] }}
-timeout 300
-hub $${selenium-server-hub-instance:register-url}
-capabilities $${:capabilities}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment