Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
2c4e884e
Commit
2c4e884e
authored
May 31, 2021
by
Guilhem Saurel
Browse files
tests: revert time.sleep
parent
1083f84c
Pipeline
#14759
failed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gh/tests.py
View file @
2c4e884e
import
hmac
import
re
import
time
from
hashlib
import
sha1
from
django.conf
import
settings
...
...
@@ -363,7 +362,6 @@ class GhTests(TestCase):
pr_number
=
pr_master
.
number
)
self
.
assertEqual
(
response
.
status_code
,
200
)
self
.
assertTrue
([
c
.
body
for
c
in
pr_master
.
get_issue_comments
()
if
not_accepted_string
in
c
.
body
])
time
.
sleep
(
30
)
self
.
assertIn
(
f
'pr/
{
pr_master
.
number
}
'
,
[
b
.
name
for
b
in
self
.
gitlab
.
branches
.
list
()])
# Test pr on devel
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment