summaryrefslogtreecommitdiff
path: root/src/workertest.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-12-01 11:23:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-12-01 11:23:15 +0100
commitf234454dc08b6ba997d51d18e3129969c4e618ab (patch)
tree3de6353ce775667dc456df0d24dc17a12d37d380 /src/workertest.c
parentbb88e80675820e01e17028b061eb11ae7a63d55c (diff)
downloadbiruda-f234454dc08b6ba997d51d18e3129969c4e618ab.tar.gz
biruda-f234454dc08b6ba997d51d18e3129969c4e618ab.tar.bz2
using a dedicated orker thread to drive the glib main loop, detecting
termination of the process now correctly
Diffstat (limited to 'src/workertest.c')
-rw-r--r--src/workertest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/workertest.c b/src/workertest.c
index ecc980e..51fc717 100644
--- a/src/workertest.c
+++ b/src/workertest.c
@@ -2,7 +2,7 @@
#include "port.h"
-#define RUN_TIME 60
+#define RUN_TIME 10
int main( void )
{