moby--moby/integration
Dennis Chen 4542016cbe Fix timeout issue of multi-services cration on AArch64
Now we only adjust the timeout value for `arm` while not `arm64`,
actually the avarage duration for this test is about 25s to crate
multiple services on arm64, else the integration test will terminate
with below error:

> --- FAIL: TestCreateServiceMultipleTimes (24.11s)
>         daemon.go:285: [ddc3c7c1476c2] waiting for daemon to start
>         daemon.go:317: [ddc3c7c1476c2] daemon started
>         poll.go:121: timeout hit after 10s: task count at 4 waiting for 0
>         daemon.go:275: [ddc3c7c1476c2] exiting daemon
>         clean.go:108: Removing image sha256:e6a8d12d58602a19277ee5632b7ff9fa56a4ea52ba00eedf1d3f6f5a495fe761
>         clean.go:108: Removing image sha256:876244cc2ecb8fe1b0b2e817e3b78709a2a735edb093bc6849f99aa6c18f3a01

This PR adjusts the timeout value for both `arm64` and `arm` to mitigate
this issue on those 2 platforms.

Signed-off-by: Dennis Chen <dennis.chen@arm.com>
2018-01-12 11:52:35 +00:00
..
build Add testcase for onbuild command in multi stage build 2017-12-20 11:56:41 -08:00
container Fix race with concurrent daemon startup in tests 2018-01-11 11:47:21 -05:00
image Fix environ substitutions in `docker commit --change ...` 2017-12-20 11:03:38 -08:00
network [integration] ensure frozen images are loaded 2017-10-20 16:51:13 -04:00
plugin Replace vol plugin integration test w/ unit test 2017-11-15 13:13:22 -05:00
service Fix timeout issue of multi-services cration on AArch64 2018-01-12 11:52:35 +00:00
system Use commit-sha instead of tag for containerd 2017-12-12 10:43:56 -08:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
util Skip all testdata in integration 2017-10-02 17:02:52 -04:00
doc.go Introduce `test-integration` target (and deprecate/freeze `test-integration-cli`) 2017-08-09 11:02:57 -04:00