Re: [Qemu-devel] [PATCH] tests: classify some ivshmem tests as slow

2015-11-12 Thread Peter Maydell
On 12 November 2015 at 11:10, wrote: > From: Marc-André Lureau > > Some tests may take long to run, move them under g_test_slow() > condition. > > The 5s timeout for the "server" test will have to be adjusted to the worst > known time (for the records, it takes ~0.2s on my host). The "pair" > te

Re: [Qemu-devel] [PATCH] tests: classify some ivshmem tests as slow

2015-11-12 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Some tests may take long to run, move them under g_test_slow() > condition. > > The 5s timeout for the "server" test will have to be adjusted to the worst > known time (for the records, it takes ~0.2s on my host). The "pair" > test

[Qemu-devel] [PATCH] tests: classify some ivshmem tests as slow

2015-11-12 Thread marcandre . lureau
From: Marc-André Lureau Some tests may take long to run, move them under g_test_slow() condition. The 5s timeout for the "server" test will have to be adjusted to the worst known time (for the records, it takes ~0.2s on my host). The "pair" test takes ~1.7, a quickest version could be implemente