@Ignore
public void removedTimeout() throws InterruptedException
{
int INITIAL_TIMEOUT_MILLI = 5000;
int MODIFIED_TIMEOUT_MILLI = -1; // No timeout
Main layerInfo = (Main) layerInfo();
configService().queryTimeoutMilli(INITIAL_TIMEOUT_MILLI);
final Operator plan = new DoNothingForever();
final Cursor cursor = cursor(plan, queryContext, queryBindings);
final AtomicBoolean exited = new AtomicBoolean(false);
Thread queryThread = new Thread(