Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
bitmask-dev
Commits
5c3c66a2
There was a problem fetching the pipeline summary.
Commit
5c3c66a2
authored
7 years ago
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
increase timeout
parent
3b999adf
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/functional/features/environment.py
+1
-1
1 addition, 1 deletion
tests/functional/features/environment.py
tests/functional/features/steps/common.py
+1
-1
1 addition, 1 deletion
tests/functional/features/steps/common.py
with
2 additions
and
2 deletions
tests/functional/features/environment.py
+
1
−
1
View file @
5c3c66a2
...
...
@@ -9,7 +9,7 @@ from selenium import webdriver
from
selenium.webdriver.chrome.options
import
Options
from
leap.common.config
import
get_path_prefix
DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S
=
1
0
DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S
=
3
0
HOME_PATH
=
os
.
path
.
abspath
(
'
./tmp/bitmask-test
'
)
VIRTUALENV
=
'
virtualenv
'
...
...
This diff is collapsed.
Click to expand it.
tests/functional/features/steps/common.py
+
1
−
1
View file @
5c3c66a2
...
...
@@ -7,7 +7,7 @@ from selenium.webdriver.common.by import By
from
selenium.webdriver.support
import
expected_conditions
as
EC
from
selenium.webdriver.support.wait
import
WebDriverWait
TIMEOUT_IN_S
=
2
0
TIMEOUT_IN_S
=
3
0
DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S
=
10
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment