package p025.p026;

import kotlinx.coroutines.TimeoutCancellationException;
import p025.p026.p027.C1294;
import p138.p139.p143.p144.C2803;
import p402.p405.InterfaceC6575;

/* JADX INFO: renamed from: އ.֏.ၦ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class RunnableC1386<U, T extends U> extends C1294<T> implements Runnable {

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public final long f4540;

    public RunnableC1386(long j, InterfaceC6575<? super U> interfaceC6575) {
        super(interfaceC6575.mo2607(), interfaceC6575);
        this.f4540 = j;
    }

    @Override // java.lang.Runnable
    public void run() throws Throwable {
        m2706((Object) new TimeoutCancellationException(C2803.m4875("Timed out waiting for ", this.f4540, " ms"), this));
    }

    @Override // p025.p026.AbstractC1301, p025.p026.C1368
    /* JADX INFO: renamed from: ފ */
    public String mo2614() {
        return super.mo2614() + "(timeMillis=" + this.f4540 + ')';
    }
}
