Skip to content

Commit

Permalink
Timeouts changed from 5 to 15 in test_queries.py
Browse files Browse the repository at this point in the history
(do we need them at all)?
  • Loading branch information
IlyaSkriblovsky committed May 15, 2015
1 parent 71d73d9 commit a21fb13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __call__(self, this, *args, **kwargs):

class TestMongoQueries(unittest.TestCase):

timeout = 5
timeout = 15

@defer.inlineCallbacks
def setUp(self):
Expand Down Expand Up @@ -231,7 +231,7 @@ def tearDown(self):

class TestMongoQueriesEdgeCases(unittest.TestCase):

timeout = 5
timeout = 15

@defer.inlineCallbacks
def setUp(self):
Expand Down Expand Up @@ -264,7 +264,7 @@ def tearDown(self):

class TestLimit(unittest.TestCase):

timeout = 5
timeout = 15

@defer.inlineCallbacks
def setUp(self):
Expand Down Expand Up @@ -327,7 +327,7 @@ def tearDown(self):

class TestSkip(unittest.TestCase):

timeout = 5
timeout = 15

@defer.inlineCallbacks
def setUp(self):
Expand Down

0 comments on commit a21fb13

Please sign in to comment.