Regeneration is fast enough these days, we can skip this. This eliminates about 40 minutes of wall time from a full xts run.
Signed-off-by: Adam Jackson <[email protected]> --- xts5/src/libXtTest/avs_init.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xts5/src/libXtTest/avs_init.c b/xts5/src/libXtTest/avs_init.c index 459f141..6d632d3 100644 --- a/xts5/src/libXtTest/avs_init.c +++ b/xts5/src/libXtTest/avs_init.c @@ -130,13 +130,6 @@ int argcount; tet_result(TET_UNRESOLVED); exit(0); } - - /* - * Wait for the server to reset before trying to connect. - * (Otherwise a connect attempt could succeed at the beginning - * of the reset, and the connection broken as part of the reset.) - */ - sleep(2); for (i = 0; i < (config.reset_delay *2)+1; i++) { display = XtOpenDisplay( -- 2.9.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
