Switch create_server timeout to default value 25/60425/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 31 Jul 2018 09:01:34 +0000 (11:01 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 31 Jul 2018 09:53:52 +0000 (11:53 +0200)
commitfb1fafba4fa172fffe92d33ed71adaeb866b5c05
treea3e84e2e9f61df1191cfea2982569dbb96d0bf86
parent26e8b3c71ec73e3dc73bc2a3b19df8cfc30863f8
Switch create_server timeout to default value

60s was successfully reached when running all containers (3
containers * 3 branches) in parallel.

It also removes the wait attribute (the current impl will meet
a possible next asynchronous design) which is useless here.

For the time being, only cloudify needs an extra timeout.

Change-Id: Ic7741b4c1a3223be076fb69ef70a3cb6c05456c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 1b75bbbc4e842ca2c8c14957261c88692f9e4828)
functest/core/singlevm.py