Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
ioppytest
Commits
5926cdc4
Commit
5926cdc4
authored
Dec 17, 2018
by
Thijs Walcarius
Browse files
Increase timeout to 20 minutes
parent
4b8b4b88
Pipeline
#3142
running with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
automation/automated_interop.py
View file @
5926cdc4
...
...
@@ -86,7 +86,7 @@ from ioppytest.ui_adaptor.message_rendering import testsuite_state_to_ascii_tabl
from
automation
import
MessageLogger
,
log_all_received_messages
,
UserMock
,
ResultsLogToFile
COMPONENT_ID
=
'perform_testsuite'
SESSION_TIMEOUT
=
9
00
SESSION_TIMEOUT
=
12
00
EXECUTE_ALL_TESTS
=
os
.
environ
.
get
(
'CI'
,
'False'
)
==
'True'
LOG_WARNINGS_ONLY
=
os
.
environ
.
get
(
'LOG_WARNINGS_ONLY'
,
'False'
)
==
'True'
COAP_CLIENT_IS_AUTOMATED
=
os
.
environ
.
get
(
'COAP_CLIENT_IS_AUTOMATED'
,
'True'
)
==
'True'
...
...
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