Skip to content

Instantly share code, notes, and snippets.

View pmcatominey's full-sized avatar

Peter McAtominey pmcatominey

  • Newcastle upon Tyne
View GitHub Profile
### Keybase proof
I hereby claim:
* I am pmcatominey on github.
* I am pmcatominey (https://keybase.io/pmcatominey) on keybase.
* I have a public key ASBbyh2j0jbtvFNROjvNFkByFYZPBeOg_QCTUmubPeVXQQo
To claim this, I am signing this object:
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMVirtualNetworkPeering_import -timeout 10m
=== RUN TestAccAzureRMVirtualNetworkPeering_importBasic
panic: test timed out after 10m0s
goroutine 88 [running]:
panic(0x659240, 0xc4204986a0)
/Users/petermcatominey/go/src/runtime/panic.go:500 +0x1a1
testing.startAlarm.func1()
/Users/petermcatominey/go/src/testing/testing.go:918 +0x10b
created by time.goFunc
@pmcatominey
pmcatominey / main.go
Created September 21, 2016 17:03
Azure SDK for Go: Topic Creation Error
package main
import (
"log"
"os"
"github.com/Azure/azure-sdk-for-go/arm/servicebus"
"github.com/Azure/go-autorest/autorest/azure"
)