Increased api timeout to 30 seconds

pull/94/head
Piero Toffanin 2017-02-08 11:50:31 -05:00
rodzic f50868371e
commit eae691cf73
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ import os
from urllib.parse import urlunparse
from app.testwatch import TestWatch
TIMEOUT = 10
TIMEOUT = 30
class ApiClient:
def __init__(self, host, port):