mirror of https://github.com/CIRCL/AIL-framework
chg: [test api] increase import timeout
parent
997e79a476
commit
f82c934406
|
@ -65,7 +65,7 @@ class TestApiV1(unittest.TestCase):
|
|||
def test_0002_api_get_import_item(self):
|
||||
input_json = {"uuid": self.__class__.import_uuid}
|
||||
item_not_imported = True
|
||||
import_timout = 30
|
||||
import_timout = 60
|
||||
start = time.time()
|
||||
|
||||
while item_not_imported:
|
||||
|
|
|
@ -45,7 +45,6 @@ import Flask_config
|
|||
|
||||
app = Flask_config.app
|
||||
baseUrl = Flask_config.baseUrl
|
||||
r_serv_tags = Flask_config.r_serv_tags
|
||||
r_serv_metadata = Flask_config.r_serv_metadata
|
||||
r_serv_db = Flask_config.r_serv_db
|
||||
r_serv_log_submit = Flask_config.r_serv_log_submit
|
||||
|
|
Loading…
Reference in New Issue