Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.core
Commits
cf01f301
Commit
cf01f301
authored
Jul 01, 2022
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Plain Diff
testSlapOSMixin: Increase upgrade/configurator timeout
See merge request
nexedi/slapos.core!395
parents
ff26d148
cd0401c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
master/product/SlapOS/tests/testSlapOSMixin.py
master/product/SlapOS/tests/testSlapOSMixin.py
+2
-1
No files found.
master/product/SlapOS/tests/testSlapOSMixin.py
View file @
cf01f301
...
@@ -222,7 +222,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
...
@@ -222,7 +222,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
business_configuration
,
REQUEST
=
self
.
portal
.
REQUEST
)
business_configuration
,
REQUEST
=
self
.
portal
.
REQUEST
)
self
.
portal
.
portal_types
.
resetDynamicDocumentsOnceAtTransactionBoundary
()
self
.
portal
.
portal_types
.
resetDynamicDocumentsOnceAtTransactionBoundary
()
self
.
tic
(
verbose
=
True
,
delay
=
3600
)
# Delay 2 hours
self
.
tic
(
verbose
=
True
,
delay
=
2
*
60
*
60
)
# Set post upgrade configurations for the tests
# Set post upgrade configurations for the tests
preference_tool
=
self
.
portal
.
portal_preferences
.
portal_preferences
preference_tool
=
self
.
portal
.
portal_preferences
.
portal_preferences
...
...
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