Increase number of jobs from 32 to 64 for fedora-llvm-x86_64 worker
diff --git a/buildbot/osuosl/master/config/slaves.py b/buildbot/osuosl/master/config/slaves.py
index 87a2b35..d9922be 100644
--- a/buildbot/osuosl/master/config/slaves.py
+++ b/buildbot/osuosl/master/config/slaves.py
@@ -160,7 +160,7 @@
         create_slave("lldb-x86_64-fedora", properties={'jobs': 4}, max_builds=1),
 
         # Fedora latest stable, arch=x86_64, running on RedHat internal OpenShift PSI cluster
-        create_slave("fedora-llvm-x86_64", properties={'jobs': 32}, max_builds=1),
+        create_slave("fedora-llvm-x86_64", properties={'jobs': 64}, max_builds=1),
 
         # Debian x86_64 Buster Xeon(R) Gold 6154 CPU @ 3.00GHz, 192GB RAM
         create_slave("lldb-x86_64-debian", properties={'jobs': 72}, max_builds=1),