Skip to content

Commit

Permalink
Fixes minishift#121 Adding sleep before (re)start of Minishift
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jul 20, 2017
1 parent 481e600 commit 40ff7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_stopping_vm(self):

def test_swapspace(self):
''' Test if swap space is available on restart '''
time.sleep(3)
cmd = self.bin_dir + "minishift start"
self.execute_test({ 'cmd': cmd })

Expand Down

0 comments on commit 40ff7dd

Please sign in to comment.