err = tt.RetryWithBackOff(func() error {
        var err error

        _, err = theirMessenger.RetrieveAll()
        if err != nil {