Skip to content

Commit

Permalink
Reduced the number of repetitions for cassandra backed datastore tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stuebe committed Oct 10, 2011
1 parent 9acbb34 commit 92740f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trial_tests/services/coi/test/test_datastore.py
Expand Up @@ -44,7 +44,7 @@
class CassandraBackedDataStoreTest(datastore_test.DataStoreTest):


repetitions = 100
repetitions = 50

timeout = 600
username = CONF.getValue('cassandra_username', None)
Expand Down

0 comments on commit 92740f1

Please sign in to comment.