Skip to content

Commit 8183280

Browse files
committed
Increase number of workers
1 parent 4366ade commit 8183280

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/mmts/tests2/test_regression.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ class RecoveryTest(unittest.TestCase):
77
@classmethod
88
def setUpClass(self):
99
print('setUp')
10-
# subprocess.check_call(['docker-compose','up',
11-
# '--force-recreate',
12-
# '--build',
13-
# '-d'])
10+
subprocess.check_call(['docker-compose','up',
11+
'--force-recreate',
12+
'--build',
13+
'-d'])
1414

1515
@classmethod
1616
def tearDownClass(self):
1717
print('tearDown')
18-
# subprocess.check_call(['docker-compose','down'])
18+
subprocess.check_call(['docker-compose','down'])
1919

2020
def test_regression(self):
2121
# XXX: make smth clever here

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy