SRBFileExt unresponsiveZone = new SRBFileExt(sys, "/" + SRB_ZONE);
long start = System.currentTimeMillis();
int TIMEOUT = 10000;
RemoteFile[] result = unresponsiveZone.list(TIMEOUT);
long now = System.currentTimeMillis();
System.out.println("diff: " + (now - start));
assertTrue(result.length > 0);