Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2095683

Browse files
knizhnikkelvich
authored andcommitted
Increase number of workers
1 parent 1937b71 commit 2095683

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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)