X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fexecution%2Fresource.py;h=7122b92debd6995f9ee96e57332cb1b987816d2e;hb=75a9c13d51a01652643281acd06fa78b93d68281;hp=bb1de3eadf944073498d68b5ba5c68b153fe38a7;hpb=fc0434af3f42156b268e0e201f6b2083385c9dc5;p=nepi.git diff --git a/test/execution/resource.py b/test/execution/resource.py index bb1de3ea..7122b92d 100755 --- a/test/execution/resource.py +++ b/test/execution/resource.py @@ -219,7 +219,7 @@ class ResourceManagerTestCase(unittest.TestCase): node = ec.register_resource("Node") apps = list() - for i in xrange(5000): + for i in xrange(1000): app = ec.register_resource("Application") ec.register_connection(app, node) apps.append(app)