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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
a1840750
Commit
a1840750
authored
Jan 04, 2022
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
64000b92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bt5/erp5_ui_test_core/ExtensionTemplateItem/portal_components/extension.erp5.ERP5Zuite.py
...emplateItem/portal_components/extension.erp5.ERP5Zuite.py
+1
-1
No files found.
bt5/erp5_ui_test_core/ExtensionTemplateItem/portal_components/extension.erp5.ERP5Zuite.py
View file @
a1840750
...
@@ -22,7 +22,7 @@ def waitForActivities(self, delay=100, count=None):
...
@@ -22,7 +22,7 @@ def waitForActivities(self, delay=100, count=None):
return
'Done.'
return
'Done.'
if
all
(
x
.
processing_node
==
-
2
for
x
in
x
):
if
all
(
x
.
processing_node
==
-
2
for
x
in
x
):
raise
RuntimeError
(
raise
RuntimeError
(
'tic is looping forever: one failing activity (%s %s)'
%
(
x
.
path
,
x
.
method_id
)
'tic is looping forever: one failing activity (%s %s)'
%
(
x
[
0
].
path
,
x
[
0
]
.
method_id
)
)
)
activity_tool
.
process_timer
(
None
,
None
)
activity_tool
.
process_timer
(
None
,
None
)
if
time
.
time
()
>
deadline
:
if
time
.
time
()
>
deadline
:
...
...
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