# File test/test_ControlPanel.rb, line 114
    def test_unavailable_timeout
      assert_exception(RuntimeError) {
        @ControlPanel.timeout = 'detarame'
      }
      assert_exception(RuntimeError) {
        @ControlPanel.timeout = '0'
      }
    end