Skip to content
Snippets Groups Projects
Commit a150b4cc authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

Turn down timeouts and retries for tests.

parent 01145ee6
No related branches found
No related tags found
1 merge request!5Conda packaging
Pipeline #726 passed with stages
in 1 minute and 31 seconds
...@@ -28,8 +28,10 @@ MS_FILELIST = ['ST00.AB..BHZ.2007.160', 'ST00.AB..BHZ.2007.161', ...@@ -28,8 +28,10 @@ MS_FILELIST = ['ST00.AB..BHZ.2007.160', 'ST00.AB..BHZ.2007.161',
'ST00.AB..BHZ.2007.162', 'ST00.AB..BHZ.2007.163', 'ST00.AB..BHZ.2007.162', 'ST00.AB..BHZ.2007.163',
'ST00.AB..BHZ.2007.164'] 'ST00.AB..BHZ.2007.164']
d2p.FTP_TIMEOUT = 5 d2p.FTP_TIMEOUT = 1
d2p.FTP_RECONNECT_WAIT = 1 d2p.FTP_RECONNECT_WAIT = 1
d2p.FTP_CONNECT_ATTEMPTS = 2
d2p.FTP_SEND_ATTEMPTS = 2
class TestData2passcal(unittest.TestCase): class TestData2passcal(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment