testcase: give more time for instance destruction.

During teardown, we sometimes have errors that processes are still
running after being stopped, something like:
    
    Fault: <Fault 91: 'STILL_RUNNING: TestTelegraf-0'>

This is because we only retried `slapos node report` two times, but
`slapos node report` tells supervisor to stop processes without
waiting and when processes takes time to stop, this is sometimes not
enough. Increase to retry up to 10 times by default.

/reviewed-on !178
4 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
passed SlapOS.Eggs.UnitTest-Master.Python2

00:27:03

failed SlapOS.Eggs.UnitTest-Master.Python3

00:13:47

passed SlapOS.Eggs.UnitTest-Master.Python2

00:23:30

passed SlapOS.Eggs.UnitTest-Master.Python3

00:17:58