The -race flag makes the tests timeout on the Windows VMs so we're
removing it. Race enabled tests will still happen for linux builds.
Also increases the timeout on the tests.
Influxdb uses gdm for the dependency management. For gdm to work on Windows, it needs go 1.6. Influx still uses go 1.4.3. So go 1.6 will be sed for the pre-build stages, and go 1.4.3 to run the tests.
This arrangements is working in AppVeyor now.