def testFunOfN(n):
     if n < 10:
         pass
     else:
         raise PerformanceTestReporter.TimedOutException("timed out!!")
 def testFunOfN(n):
     raise PerformanceTestReporter.TimedOutException("timed out!!")