cup1
[aversive.git] / projects / microb2010 / ballboard / state.c
index e777e49..6c229a4 100644 (file)
@@ -174,7 +174,7 @@ static void state_do_eject(void)
                        }
 
                        /* timeout */
-                       if ((time_get_us2() - us) > 1000UL * 1000UL) {
+                       if ((time_get_us2() - us) > 2000UL * 1000UL) {
                                STMCH_DEBUG("%s(): eject timeout", __FUNCTION__);
                                blocked = 1;
                                break;