This website requires JavaScript.
Explore
Help
Sign In
Orange-OpenSource
/
hurl
Watch
1
Star
1
Fork
0
You've already forked hurl
mirror of
https://github.com/Orange-OpenSource/hurl.git
synced
2024-12-18 08:02:12 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d000ca78b2
hurl
/
integration
/
tests_failed
/
timeout.py
9 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
Split integration tests between tests_ok / tests_failed repository.
2022-02-14 11:13:33 +03:00
from
app
import
app
Add timeout option (--connect-timeout and --max-time)
2020-09-23 22:27:49 +03:00
import
time
Format python files with black formater
2022-02-05 08:56:33 +03:00
@app.route
(
"
/timeout
"
)
Add timeout option (--connect-timeout and --max-time)
2020-09-23 22:27:49 +03:00
def
timeout
(
)
:
time
.
sleep
(
2
)
Format python files with black formater
2022-02-05 08:56:33 +03:00
return
"
"
Reference in New Issue
Copy Permalink