gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1672-g32107fa
Date: Wed, 17 Jul 2013 08:57:53 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  32107faeb82191284d6e5de16705777faa93bdde (commit)
      from  16922662a4b0bf084f32f96e951e9a159df39283 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=32107faeb82191284d6e5de16705777faa93bdde


commit 32107faeb82191284d6e5de16705777faa93bdde
Author: Gabriele Giacone <address@hidden>
Date:   Wed Jul 17 10:56:41 2013 +0200

    Attempt to resolve intermittent failures by giving Gnash more time to load 
resources.

diff --git a/testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp 
b/testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp
index 53d76f3..f3981a0 100644
--- a/testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp
+++ b/testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp
@@ -84,7 +84,7 @@ waitForLoad(MovieClip* from)
     // Wait for the movie to load
     // TODO: drop this test and use a self-containment instead
     do {
-           usleep(500); // give it some time... 
+           usleep(5000); // give it some time... 
            tester->advance(); // loads (should) happen on next advance
            coverart = getCoverArt();
     } while (coverart == from);

-----------------------------------------------------------------------

Summary of changes:
 .../misc-ming.all/loading/loadMovieTestRunner.cpp  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]