summary refs log tree commit diff
path: root/eg
diff options
context:
space:
mode:
Diffstat (limited to 'eg')
-rw-r--r--eg/simple.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/eg/simple.pl b/eg/simple.pl
index ab07c51..6f921d6 100644
--- a/eg/simple.pl
+++ b/eg/simple.pl
@@ -9,9 +9,8 @@ with 'presque::worker';
 use YAML::Syck;
 sub work {
     my ($self, $job) = @_;
-    warn ">>>je suis $$\n";
     warn Dump $job;
-    sleep(100);
+    sleep(5);
 }
 
 package main;