Tweak tests
[yaffs2.git] / direct / tests / nor_stress.c
index 51a6bdd25ee8518388d86a2eb69a538da0302f44..5676159e4045db946b20410346d1cc4e3639cf3b 100644 (file)
@@ -71,7 +71,9 @@ void MakeFullNames(const char *prefix)
 static void FatalError(void)
 {
   printf("Integrity error\n");
-  while(1){}
+  while(1){
+   sleep(1);
+  }
 }
 
 static void UpdateCounter(const char *name, unsigned *val,  int initialise)