Skip to content

Commit b623f64

Browse files
committed
Remove the timeout
1 parent 576ce6e commit b623f64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runner/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def submit_image(result: TestResult, hardware: str, timestamp: str, file: str,
5050
f = open(file, "rb")
5151
res = requests.post(
5252
url,
53-
timeout=30,
5453
data = {
5554
"group": result.group,
5655
"name": result.name,

0 commit comments

Comments
 (0)