summaryrefslogtreecommitdiff
path: root/test/polystar.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/polystar.c')
-rw-r--r--test/polystar.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/polystar.c b/test/polystar.c
index 136b6aa..a9ac11c 100644
--- a/test/polystar.c
+++ b/test/polystar.c
@@ -118,7 +118,10 @@ int main(int argc, char **argv)
}
nsfb_update(nsfb, &box);
- sleepMilli(100);
+
+ if (fetype != NSFB_SURFACE_RAM) {
+ sleepMilli(400);
+ }
}
/* wait for quit event or timeout */