public function testSetMaxQueryTime()
 {
     $this->object->setMaxQueryTime(340);
     $this->assertEquals(340, $this->object->getMaxQueryTime());
 }