Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
141
Merge Requests
141
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
a3f87406
Commit
a3f87406
authored
Sep 27, 2019
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_test_result: fixed a confusion between days and seconds while restarting stuck tests
parent
0ca3d7cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
bt5/erp5_test_result/SkinTemplateItem/portal_skins/erp5_test_result/TestResult_restartStuckLine.py
...tal_skins/erp5_test_result/TestResult_restartStuckLine.py
+3
-0
No files found.
bt5/erp5_test_result/SkinTemplateItem/portal_skins/erp5_test_result/TestResult_restartStuckLine.py
View file @
a3f87406
...
...
@@ -19,6 +19,9 @@ for test_result_node in context.contentValues(portal_type='Test Result Node'):
# it should mean testnode is dead, this test should be restarted
if
timeout
is
None
:
timeout
=
1.0
/
24
*
3
else
:
# transform it has number of days (instead of seconds)
timeout
=
float
(
timeout
)
/
3600
/
24
old_date
=
now
-
timeout
if
context
.
getSimulationState
()
==
"started"
:
...
...
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