]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOListener.cpp
No newline at end of file
[creaImageIO.git] / src2 / creaImageIOListener.cpp
index d515b31ba402bcb66f2ed4cdc0b3b37c91ffc4ea..9a63c87592dccf809a54fbb3ff92d7c622d1cb94 100644 (file)
@@ -70,7 +70,7 @@ namespace creaImageIO
                }
 
                clock_t endwait;
-               endwait = clock () + 0.00000001 * CLOCKS_PER_SEC ;
+               endwait = clock () + 0.001 * CLOCKS_PER_SEC ;
                while (clock() < endwait ) {}
                        
       }