make it slightly slower so that we can see if it is working
Leon Brocard [Fri, 16 Oct 2009 07:12:51 +0000 (08:12 +0100)]
t/intergation1.t

index 68a6f92..1947864 100644 (file)
@@ -87,8 +87,9 @@ my $app  = SDL::App->new(-title => "Test", -width => 640, -height => 480, -init
        $app->fill_rect($rect, $blue);
        $app->fill_rect($grect, $col);
 
-        SDL::Surface::update_rect($app, 0, 0, 0, 0);
+        SDL::Surface::update_rect($app, 0, 0, 640, 480);
+        SDL::Delay(10);
        }
 
-         sleep(1);
+         SDL::Delay(100);